Energy is the capacity to do work.
Heat is the transfer of thermal energy between two bodies that are at different temperatures.
Thermochemistry is the study of heat change in chemical reactions.
System is the specific part of the universe that is of interest to us.
The surroundings are the rest of the universe outside the system.
There are three types of systems.
An exothermic process is any process that gives off heat—that is, transfers thermal energy to the surroundings.
An endothermic process requires heat to be supplied to the system (that is, to HgO) by the surroundings.
Thermodynamics is the scientific study of the interconversion of heat and other kinds of energy.
State functions are properties that are determined by the state of the system, regardless of how that condition was achieved.
First law of thermodynamics – energy can be converted from one form to another, but cannot be created or destroyed.
$$\Delta U = q +w$$$\Delta U$ is the change in internal energy of a system.
$q$ is the heat exchange between the system and the surroundings.
$w$ is the work done on (or by) the system.
when a gas expands against a constant external pressure $$w = -P\Delta V$$
Sign conventions for work and heat.
Requirements¶
- Understand the concepts
- Learn how to calculate word done by a system.
Enthalpy ($H$) is used to quantify the heat flow into or out of a system in a process that occurs at constant pressure.
$$H = U + PV$$System absorbs heat -> Endothermic -> $\Delta H > 0$
System gives off heat -> Exothermic -> $\Delta H < 0$
The enthalpy change of a reaction:
Correlation between $\Delta H$ and $\Delta U$
$$\Delta U = \Delta H - P\Delta V$$For gas under constant temperature
$$\Delta U = \Delta H - \Delta nRT$$Requirements¶
- Understand what is enthalpy.
- Learn how to calculate the enthalpy of a reaction.
The specific heat ($s$) of a substance is the amount of heat ($q$) required to raise the temperature of one gram of the substance by one degree Celsius.
The heat capacity ($C$) of a substance is the amount of heat ($q$) required to raise the temperature of a given quantity ($m$) of the substance by one degree Celsius.
$$C = m\times s$$$$q= C\times\Delta T = m\times s\times\Delta T$$$$\Delta T = T_{final} - T_{initial}$$Constant-Volume Calorimetry
$$q_{rxn} = -(q_{water}+q_{bomb}) = \Delta U_{rxn}$$Constant-Pressure Calorimetry
$$q_{rxn} = -(q_{water}+q_{cal}) = \Delta H_{rxn}$$Requirements¶
- Understand specific heat and heat capacity.
- Understand how to measure the reaction heat under constant volume or constant pressure.
Standard enthalpy of formation ($\Delta H_\text{f}^\text{o}$) is the heat change that results when one mole of a compound is formed from its elements at a pressure of 1 atm.
The standard enthalpy of formation of any element in its most stable form is zero. For some common compounds, see Table 6.4.
The standard enthalpy of reaction ($\Delta H_\text{rxn}^\text{o}$) is the enthalpy of a reaction carried out at 1 atm.
Hess’s Law: When reactants are converted to products, the change in enthalpy is the same whether the reaction takes place in one step or in a series of steps.
In other words, if reaction 1 add reaction 2 give you reaction 3, the $\Delta H_\text{rxn}^\text{o}$ of reaction 3 would be the same as the sum of the $\Delta H_\text{rxn}^\text{o}$ of reaction 1 and 2.
For example
$$\ce{A + B -> C + D}\qquad\Delta H _\text{rxn}^\text{o}(1)$$$$\ce{C + B -> E}\qquad\Delta H _\text{rxn}^\text{o}(2)$$$$\ce{A + 2B -> D + E}\qquad\Delta H_\text{rxn}^\text{o}(3)$$
We have
$$\Delta H _\text{rxn}^o(1) + \Delta H _\text{rxn}^\text{o}(2) = \Delta H _\text{rxn}^\text{o}(3)$$For a reaction
$$\ce{aA + bB -> cC + dD}$$The standard enthalpy of reaction can be calculated based on the standard enthalpy of formation of all reactants and products.
$$\Delta H_\text{rxn}^\text{o} = [\text{c}\Delta H_\text{f}^\text{o}(\ce{C}) + \text{d}\Delta H_\text{f}^\text{o}(\ce{D})] - [\text{a}\Delta H_\text{f}^\text{o}(\ce{A}) + \text{b}\Delta H_\text{f}^\text{o}(\ce{B})]$$or
$$\Delta H_\text{rxn}^\text{o} = \sum n\Delta H_\text{f}^\text{o}(\text{products}) - \sum m\Delta H_\text{f}^\text{o}(\text{reactants})$$So, you do not need to measure the enthalpy of every chemical reaction, you can simply calculate from known standard enthalpy of formation of the reactants and products.
Requirements¶
- Understand standard enthalpy of formation and standard enthalpy of reaction.
- Learn how to calculate reaction enthalpy from standard enthalpy of formation.
from IPython.core.display import HTML
def css_styling():
styles = open("custom.css", "r").read()
return HTML(styles)
css_styling()